home *** CD-ROM | disk | FTP | other *** search
/ IBM InfoROM for OS/2 Beta 1995 January / IBM InfoROM for OS2 Beta 1-1995.ISO / testcert / storage / function / dasd / add / write.sy < prev    next >
Encoding:
Text File  |  1994-05-04  |  446 b   |  23 lines

  1. **************************************************
  2. ** WRITE.SCR - WRITE 
  3. **************************************************
  4. @THREAD WRITE.L2
  5. @NEWALIAS DD DASDADD.GRA
  6. @IMPORT SYSINFO.U1
  7. DD DD_OPEN
  8. DD SET MODE=1
  9. DD SET MEMSIZE=1024 \
  10.        NBUFF=10     \
  11.        BLOCKCOUNT=2 \
  12.        BLOCKSIZE=512 \
  13.        READFLAGS=0 \
  14.        RBA=25 \
  15.        MODE=0 \
  16.        LABEL=READ 
  17. DD DD_READ
  18. DD SET RBA=1000
  19. DD DD_WRITE
  20. DD DD_CLOSE
  21.  
  22.  
  23.